-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add BBE for Regex
replace operations
#5679
Add BBE for Regex
replace operations
#5679
Conversation
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
51c677c
to
6ae7740
Compare
@@ -1201,6 +1201,13 @@ | |||
"verifyBuild": true, | |||
"verifyOutput": true, | |||
"isLearnByExample": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename the BBE before this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sm1990 do we need to do anything for redirects with this change in BBE name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@poorna2152 note that the regexp type BBE has a link to this too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MaryamZi yes. I'll have to update the Google search index.
@poorna2152 Please share the old BBE url and the new BBE url.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
examples/regexp-replace-operations/regexp_replace_operations.md
Outdated
Show resolved
Hide resolved
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
473b595
to
bac1a43
Compare
@@ -0,0 +1,3 @@ | |||
$ bal run regexp_replace_operations.bal | |||
****-****-****-5432 | |||
XML string with comments removed: <root><e1>value1</e1><e2>value2</e2>></root> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML string with comments removed: <root><e1>value1</e1><e2>value2</e2>></root> | |
XML string with comments removed: <root><e1>value1</e1><e2>value2</e2>></root> | |
examples/regexp-replace-operations/regexp_replace_operations.bal
Outdated
Show resolved
Hide resolved
@@ -1201,6 +1201,13 @@ | |||
"verifyBuild": true, | |||
"verifyOutput": true, | |||
"isLearnByExample": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sm1990 do we need to do anything for redirects with this change in BBE name?
@MaryamZi are there any learn or other BBE pages that refers to this particular BBE? |
Yes, the regexp type BBE - #5679 (comment) cc @poorna2152 |
3c72150
to
c1f6ecb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content LGTM. Need to sort out anything related to redirection due to BBE name/folder changes.
Quality Gate passedIssues Measures |
adff5b6
Purpose
Part of ballerina-platform/ballerina-dev-website#9318